3.5.83 \(\int \frac {1}{(1-a^2 x^2)^{7/2} \tanh ^{-1}(a x)} \, dx\) [483]

Optimal. Leaf size=41 \[ \frac {5 \text {Chi}\left (\tanh ^{-1}(a x)\right )}{8 a}+\frac {5 \text {Chi}\left (3 \tanh ^{-1}(a x)\right )}{16 a}+\frac {\text {Chi}\left (5 \tanh ^{-1}(a x)\right )}{16 a} \]

[Out]

5/8*Chi(arctanh(a*x))/a+5/16*Chi(3*arctanh(a*x))/a+1/16*Chi(5*arctanh(a*x))/a

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 41, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 3, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {6115, 3393, 3382} \begin {gather*} \frac {5 \text {Chi}\left (\tanh ^{-1}(a x)\right )}{8 a}+\frac {5 \text {Chi}\left (3 \tanh ^{-1}(a x)\right )}{16 a}+\frac {\text {Chi}\left (5 \tanh ^{-1}(a x)\right )}{16 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((1 - a^2*x^2)^(7/2)*ArcTanh[a*x]),x]

[Out]

(5*CoshIntegral[ArcTanh[a*x]])/(8*a) + (5*CoshIntegral[3*ArcTanh[a*x]])/(16*a) + CoshIntegral[5*ArcTanh[a*x]]/
(16*a)

Rule 3382

Int[sin[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CoshIntegral[c*f*(fz/d)
+ f*fz*x]/d, x] /; FreeQ[{c, d, e, f, fz}, x] && EqQ[d*(e - Pi/2) - c*f*fz*I, 0]

Rule 3393

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rule 6115

Int[((a_.) + ArcTanh[(c_.)*(x_)]*(b_.))^(p_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[d^q/c, Subst[Int[(
a + b*x)^p/Cosh[x]^(2*(q + 1)), x], x, ArcTanh[c*x]], x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[c^2*d + e, 0]
&& ILtQ[2*(q + 1), 0] && (IntegerQ[q] || GtQ[d, 0])

Rubi steps

\begin {align*} \int \frac {1}{\left (1-a^2 x^2\right )^{7/2} \tanh ^{-1}(a x)} \, dx &=\frac {\text {Subst}\left (\int \frac {\cosh ^5(x)}{x} \, dx,x,\tanh ^{-1}(a x)\right )}{a}\\ &=\frac {\text {Subst}\left (\int \left (\frac {5 \cosh (x)}{8 x}+\frac {5 \cosh (3 x)}{16 x}+\frac {\cosh (5 x)}{16 x}\right ) \, dx,x,\tanh ^{-1}(a x)\right )}{a}\\ &=\frac {\text {Subst}\left (\int \frac {\cosh (5 x)}{x} \, dx,x,\tanh ^{-1}(a x)\right )}{16 a}+\frac {5 \text {Subst}\left (\int \frac {\cosh (3 x)}{x} \, dx,x,\tanh ^{-1}(a x)\right )}{16 a}+\frac {5 \text {Subst}\left (\int \frac {\cosh (x)}{x} \, dx,x,\tanh ^{-1}(a x)\right )}{8 a}\\ &=\frac {5 \text {Chi}\left (\tanh ^{-1}(a x)\right )}{8 a}+\frac {5 \text {Chi}\left (3 \tanh ^{-1}(a x)\right )}{16 a}+\frac {\text {Chi}\left (5 \tanh ^{-1}(a x)\right )}{16 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 31, normalized size = 0.76 \begin {gather*} \frac {10 \text {Chi}\left (\tanh ^{-1}(a x)\right )+5 \text {Chi}\left (3 \tanh ^{-1}(a x)\right )+\text {Chi}\left (5 \tanh ^{-1}(a x)\right )}{16 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((1 - a^2*x^2)^(7/2)*ArcTanh[a*x]),x]

[Out]

(10*CoshIntegral[ArcTanh[a*x]] + 5*CoshIntegral[3*ArcTanh[a*x]] + CoshIntegral[5*ArcTanh[a*x]])/(16*a)

________________________________________________________________________________________

Maple [A]
time = 0.89, size = 30, normalized size = 0.73

method result size
default \(\frac {10 \hyperbolicCosineIntegral \left (\arctanh \left (a x \right )\right )+5 \hyperbolicCosineIntegral \left (3 \arctanh \left (a x \right )\right )+\hyperbolicCosineIntegral \left (5 \arctanh \left (a x \right )\right )}{16 a}\) \(30\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(-a^2*x^2+1)^(7/2)/arctanh(a*x),x,method=_RETURNVERBOSE)

[Out]

1/16*(10*Chi(arctanh(a*x))+5*Chi(3*arctanh(a*x))+Chi(5*arctanh(a*x)))/a

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a^2*x^2+1)^(7/2)/arctanh(a*x),x, algorithm="maxima")

[Out]

integrate(1/((-a^2*x^2 + 1)^(7/2)*arctanh(a*x)), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a^2*x^2+1)^(7/2)/arctanh(a*x),x, algorithm="fricas")

[Out]

integral(sqrt(-a^2*x^2 + 1)/((a^8*x^8 - 4*a^6*x^6 + 6*a^4*x^4 - 4*a^2*x^2 + 1)*arctanh(a*x)), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (- \left (a x - 1\right ) \left (a x + 1\right )\right )^{\frac {7}{2}} \operatorname {atanh}{\left (a x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a**2*x**2+1)**(7/2)/atanh(a*x),x)

[Out]

Integral(1/((-(a*x - 1)*(a*x + 1))**(7/2)*atanh(a*x)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-a^2*x^2+1)^(7/2)/arctanh(a*x),x, algorithm="giac")

[Out]

integrate(1/((-a^2*x^2 + 1)^(7/2)*arctanh(a*x)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {1}{\mathrm {atanh}\left (a\,x\right )\,{\left (1-a^2\,x^2\right )}^{7/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(atanh(a*x)*(1 - a^2*x^2)^(7/2)),x)

[Out]

int(1/(atanh(a*x)*(1 - a^2*x^2)^(7/2)), x)

________________________________________________________________________________________